Conversation
docs/source/release-notes.md
Outdated
| @@ -57,35 +57,42 @@ For installing Pipeline Framework with the prebuilt binaries or Docker\* or to b | |||
| | YOLOv26 model support| Added converters and post-processing for YOLOv26 models, including oriented bounding box (OBB) support and FP16/FP32 GPU inference. Added YOLOv26 to supported models in samples.| | |||
There was a problem hiding this comment.
I think it's not true. Yolo26 OBB FP16/FP32 is not supported on GPU. It's OpenVINO problem. Only INT8 work correctly
| | Bounding box validation | Added extra validation of bounding boxes to improve robustness.| | ||
| | OpenCV tensor compression for all devices | Use OpenCV tensor compression for all inference devices, yielding best performance across CPU/GPU/NPU.| | ||
| | Model API refactoring | Moved Model API parser to separate files; added conversion from third-party metadata to Model API.| | ||
| | Python samples overview | Added overview section for Python samples; updated READMEs. | |
There was a problem hiding this comment.
Also we have introduced several new python samples to the codebase. Maybe we should mention them here?
There was a problem hiding this comment.
there are listed in the 'New in this Release' section
There was a problem hiding this comment.
Fact, thanks, saw that.
Also there was this Windows sample
If it's a part of the release, we should add information about it.
There were pipeline graphs added for all Windows samples too (not sure about mentioning, because all new python samples were merged with such graphs and we don't seem to highlight that)
There was a problem hiding this comment.
Added info about Windows sample.
Co-authored-by: Olena Onyshchenko <olena.onyshchenko@intel.com>
Co-authored-by: Olena Onyshchenko <olena.onyshchenko@intel.com>
Co-authored-by: Olena Onyshchenko <olena.onyshchenko@intel.com>
| | GstVideoRegionOfInterest meta + Intel extensions | end of Q4'2026 | usage of GstAnalyticsMtd | | ||
| | Architecture 2.0 elements | end of Q4'2026 | Preserve essential components and ideas | | ||
| | FFMpeg integration samples | end of Q2'2026 | no replacement | | ||
|
|
There was a problem hiding this comment.
I think we should also mention "gvapython to be replaced with regular GStreamer python elements"... but we can add it in next release
Description
Please include a summary of the changes and the related issue. List any dependencies that are required for this change.
Fixes # (issue)
Any Newly Introduced Dependencies
Please describe any newly introduced 3rd party dependencies in this change. List their name, license information and how they are used in the project.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: